home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Wordstar Pop-up Menu Configuration
- ;
- Comment ("Configured for Wordstar Version 3.3")
-
- ;
- ; Parameters
- ;
- Sensitivity (13,12) ; (Xinc, Yinc)
- Hysteresis (2,2) ; (AutoX, AutoY)
- ReverseVideo (Yes) ; Menu is displayed in reverse video
- FixedMenu (No) ; Menu is floating (centered on cursor)
- EnableBeep (No) ; Allows menu switching rather than beep
-
- ;
- ; Cursor Definitions
- ;
- SpaceKeys: Cursor
- (
- Left ()
- Right ()
- Up ()
- Down ()
- )
-
- WordKeys: Cursor
- (
- Left ([c-S])
- Right ([c-D])
- Up ([c-E])
- Down ([c-X])
- )
-
- ;
- ; Button Definitions
- ;
- LBO: Button (Menu(Open),Cursor(SpaceKeys)); Left button, Open Menu
- LBE: Button (Menu(Edit),Cursor(WordKeys)) ; Left button, Edit Menu
- LBB: Button (Menu(Block),Cursor(WordKeys)); Left button, Block Menu
- LBS: Button (Menu(Style),Cursor(WordKeys)); Left button, Style Menu
- LBF: Button (Menu(Find),Cursor(WordKeys)) ; Left button, Find & Replace
- MBM: Button (Menu(Motion)) ; Middle button, Motion Menu
- RBF: Button (Menu(File)) ; Right button, File Menu
-
- ;
- ; Menu Definitions
- ;
- Open: Menu
- (
- Title ("Opening")
- Item ("Edit Menu", Menu(Edit),Button(LBE),
- Cursor(WordKeys))
- Item ("Change Logged Disk", Keys("L"))
- Item ("File Directory", Keys("F"))
- Item ("Set help Level", Keys("H"))
- Item ("Open a document", Keys("D"),Button(LBE)
- Cursor(WordKeys))
- Item ("Open a non-document", Keys("N"),Button(LBE)
- Cursor(WordKeys))
- Item ("Print", Keys("P"))
- Item ("Rename", Keys("E"))
- Item ("Copy a file", Keys("O"))
- Item ("Delete a file", Keys("Y"))
- Item ("Run a Program", Keys("R"))
- Item ("Exit to system", Keys(X))
- Item ("MailMerge", Keys(M))
- Item ("SpellStar", Keys(S))
- )
-
- Edit: Menu
- (
- Title ("Edit")
- Item ("Block Menu", Menu(Block),Button(LBB))
- Item ("Delete Menu", Menu(Delete))
- Item ("Style Menu", Menu(Style),Button(LBS))
- Item ("Find & Replace Menu", Menu(Find), Button(LBF))
- Item ("Options Menu", Menu(Options))
- Item ("Dot Commands Menu", Menu(DotCmds))
- Item ("Edit Answer Menu", Menu(EditAns))
- Item ("Open Menu", Menu(Open),Button(LBO),
- Cursor(SpaceKeys))
- )
-
- Block: Menu
- (
- Title ("Block")
- Item ("Edit Menu", Menu(Edit),Button(LBE))
- Item ("Mark Start", Keys([c-K] "B"))
- Item ("Mark End", Keys([c-K] "K"))
- Item ("Delete", Keys([c-K] "Y"))
- Item ("Move", Keys([c-K] "V"))
- Item ("Copy", Keys([c-K] "C"))
- Item ("Write Block", Keys([c-K] "W"))
- Item ("Restore Cursor", Keys([c-Q] "V"))
- Item ("Toggle Column Mode", Keys([c-K] "N"))
- Item ("Directory Display On/Off", Keys([c-K] [c-F]))
- )
-
- Delete: Menu
- (
- Title ("Delete")
- Item ("Line", Keys([c-Y]))
- Item ("To End Line", Keys([c-Q] "Y"))
- Item ("To Begin Line", Keys([c-Q] [Del]))
- Item ("Word Right", Keys([c-T]))
- Item ("Character", Keys([c-G]))
- Item ("Character Left", Keys([Del]))
- Item ("Block", Keys([c-K] "Y"))
- )
-
- Style: Menu
- (
- Title ("Style")
- Item ("Edit Menu", Menu(Edit),Button(LBE))
- Item ("Boldface", Keys([c-P] "B"))
- Item ("Underscore", Keys([c-P] "S"))
- Item ("Subscript", Keys([c-P] "V"))
- Item ("Superscript", Keys([c-P] "T"))
- Item ("Control Character", Keys([c-P]))
- Item ("Strikeover Character",Keys([c-P] "H"))
- )
-
- Find: Menu
- (
- Title ("Find and Replace")
- Item ("Edit Menu", Menu(Edit),Button(LBE))
- Item ("Find String", Keys([c-Q] "F"))
- Item ("Find & Replace", Keys([c-Q] "A"))
- Item ("Find or Replace Again",Keys([c-L]))
- Item ("Restore Cursor", Keys([c-Q] "V"))
- Item ("Edit Answer Menu", Menu(EditAns))
- Item ("Find Characters Menu",Menu(FindChar))
- )
-
- Options: Menu
- (
- Title ("Options")
- Item ("Help On", Keys([c-J] "H3"))
- Item ("Help Off", Keys([c-J] "H0"))
- Item ("Line Spacing", Keys([c-O] "S"))
- Item ("Left Margin", Keys([c-O] "L"))
- Item ("Right Margin", Keys([c-O] "R"))
- Item ("Release Margin", Keys([c-O] "X"))
- Item ("Set Tab Stop", Keys([c-O] "I"))
- Item ("Clear Tab Stop", Keys([c-O] "N"))
- Item ("Center", Keys([c-O] "C"))
- Item ("Reform", Keys([c-B]))
- Item ("Insert/Replace On/Off", Keys([c-V]))
- )
-
- DotCmds: Menu
- (
- Title ("Dot Commands")
- Item ("Omit Page Number", Keys(".OP" [Enter]))
- Item ("Unconditional Page", Keys(".PA" [Enter]))
- Item ("Conditional Page", Keys(".CP "))
- Item ("Heading", Keys(".HE "))
- Item ("Footing", Keys(".FO "))
-
- )
-
- EditAns: Menu
- (
- Title ("Edit Answer")
- Item ("Delete Entry", Keys([c-Y]))
- Item ("Restore Entry", Keys([c-R]))
- Item ("Delete Character", Keys([c-S]))
- Item ("File Directory", Keys([c-F]))
- Item ("Scroll Directory Up", Keys([c-Z]))
- Item ("Scroll Directory Down", Keys([c-W]))
- Item ("Cancel Command", Keys([c-U] [Esc]))
- )
-
- FindChar: Menu
- (
- Title ("Find Character")
- Item ("Match Any Single Character", Keys([c-P] [c-A]))
- Item ("Match Non-Letter, Non-Digit", Keys([c-P] [c-S]))
- Item ("Match Other Than Next Character", Keys([c-P] [c-O]))
- Item ("Match End of Line", Keys([c-P] [c-N]))
- )
-
- Motion: Menu
- (
- Title ("Motion")
- Item ("Screen Up", Keys([c-C]))
- Item ("Screen Down", Keys([c-R]))
- Item ("Top of File", Keys([c-Q] "R"))
- Item ("Bottom of File", Keys([c-Q] "C"))
- Item ("Goto Previous Place", Keys([c-Q] "P"))
- )
-
- File: Menu
- (
- Title ("File")
- Item ("Save & Resume", Keys([c-K] "S"))
- Item ("Save Done", Keys([c-K] "D"),Cursor(SpaceKeys))
- Item ("Save Exit", Keys([c-K] "X"),Cursor(SpaceKeys))
- Item ("Abandon File", Keys([c-K] "Q"),Cursor(SpaceKeys))
- Item ("Read", Keys([c-K] "R"),Cursor(WordKeys))
- Item ("Copy", Keys([c-k] "O"))
- Item ("Delete", Keys([c-K] "Y"))
- Item ("Print", Keys([c-K] "P"))
- Item ("Rename", Keys([c-K] "E"))
- )
-
- ;
- ; Mouse Definition
- ;
- Mouse
- (
- Left (LBO) ; Left Button: Open Menu
- Middle (MBM) ; Middle Button: Motion Menu
- LeftRight(MBM) ; Left Right button chord
- Right (RBF) ; Right Button: File Menu
- Cursor (SpaceKeys)
- )